🦊Flux.2 (klein)
👉 |
4Bと9B、それぞれに蒸留モデル(distilled)がある
4BはAapch-2.0、 9Bは非商用
参考
9B
モデルのダウンロード
diffusion_models
text_encoders
vae
code:models
📂ComfyUI/
└── 📂models/
├── 📂diffusion_models/
│ ├── flux-2-klein-9b-fp8.safetensors
│ └── flux-2-klein-base-9b-fp8.safetensors
├── 📂text_encoders/
│ └── qwen_3_8b.safetensors
└── 📂vae/
└── flux2-vae.safetensors
text2image
Base
https://gyazo.com/0936f046def982bdf00c697bb1740bfa
Distilled
https://gyazo.com/ba71c46ad1a5880a40a4897992777050
画像編集
base
https://gyazo.com/74b3fe065e88c1a48210c04b0e9c0766
Distilled
https://gyazo.com/e55ff686078115488cef6406f60b9370
画像編集(マルチリファレンス)
Base
https://gyazo.com/d5d524090b273847fbc4a45cf52284b4
Distilled
https://gyazo.com/8d4bcf62e22ccaf6e91c3b2de20a417b
4B
モデルのダウンロード
diffusion_models
text_encoders
vae
code:models
📂ComfyUI/
└── 📂models/
├── 📂diffusion_models/
│ ├── flux-2-klein-4b.safetensors
│ └── flux-2-klein-base-4b.safetensors
├── 📂text_encoders/
│ └── qwen_3_4b.safetensors
└── 📂vae/
└── flux2-vae.safetensors
text2image
Base
https://gyazo.com/2b32a8867fd878eb5d5d7f8723c66645
Distilled
https://gyazo.com/97af58f95ea1793814a1e6fd92c53ea1
画像編集(まとめて)
タスク一覧
単一画像編集
スタイル変換
https://gyazo.com/83002548d7e699fe70900eb41ece8706https://gyazo.com/5a922439b6d21c8c2daec265a883b6aa
Reskin this into a watercolor illustration on textured paper.
環境・状態変更
https://gyazo.com/f79af2e69def2baf65f44623cd6d3e67https://gyazo.com/8419299ef8729373b0ab5bd42cda9298
Change the time to bright midday.
オブジェクト入れ替え/追加
https://gyazo.com/a245333a6969ffed36cf751a517f58a6https://gyazo.com/f675ea31f82730a2ddec8437c59abda2
Replace the ice bear with an ice duck.Add a hat on the duck with light blue, red, and white colors. Add sneakers on the duck.
テキスト編集
https://gyazo.com/3124128df7827ca8c9f2618b8759e2d9https://gyazo.com/596fe5ae48cc6946126f7ec412615acc
Edit the text "WELCOME" to "Flux.2".
画像修復
https://gyazo.com/c56e02386439f2a247b56ef835fac027https://gyazo.com/1f384e432a49ae4b94711843c8e26cf8
Restore and colorize this black-and-white photo.
ControlNetライク
https://gyazo.com/bf1028a4768be2ddf5d81839bce736afhttps://gyazo.com/3e0e5f8a43041823a33bd57825452849
A office lady sitting on outdoor stairs at dusk, matching the pose from the reference image. Evening ambient light, calm urban atmosphere. She wears a long skirt and a black camisole with frills. Natural, realistic photo
inpainting/outpainting
https://gyazo.com/68b5f3464fa5c9da18de27c1e1507301https://gyazo.com/5945a27564dac30d8162a6622899a1ce
Outpaint the gray areas to extend the scene naturally
雑コラのリファイン
https://gyazo.com/67bfbf92a116cada203f8c2684baa225https://gyazo.com/de61a67281e763b89661c21367b229d6
Turn this into a single realistic underwater ruins scene with two robots: a sleek white mecha and a large rusty moss-covered robot.
マルチリファレンス編集
参照スタイル転送
https://gyazo.com/3564dab98f92fff47e5b5cce000c0393https://gyazo.com/3e36b27a2f5616ee1de2a0cc1a7f7657https://gyazo.com/3264dd76876be3124aa2797767cfbe3f
Change image 1 to match the style of image 2.
参照オブジェクト入れ替え
https://gyazo.com/f5868769d65b322c93c3630621c94d27https://gyazo.com/6147efef27757be94000f13022f66b8chttps://gyazo.com/ec70a03a1feb714d3e4fade2caf7914a
Replace the person in image 1 with the person from image 2.
参照オブジェクト追加
https://gyazo.com/b60e5d8c500af4d235960e942582f849https://gyazo.com/aaa9278bbec7f1444d2b0c9ac5dcbb83https://gyazo.com/ab9c40c0364cf58617ed834286f88a4f
Place the airship from image 2 in the sky of image 1,Make the airship prominent (closer to camera)
例えば複数人物を固定して一画面を作るなど、個別にキャラを出力しておき後で任意の画像に同時に(プロンプトで指定したときのように混ざらないように)出力などができる。(下記例は4b)morisoba65536.icon
https://gyazo.com/f74dc0ae4dc540f455a95b0ec24baa76
一応参照元画像
https://scrapbox.io/files/677fd0fa387082b8a5f3e3cb.webphttps://scrapbox.io/files/698378a481c663b936d54ad6.webp
そのままサイズ指定すると下記画像1枚目のように元画像と同じサイズで参照画像を埋め込もうとするため四コマ漫画のように出力させると複数コマのような指定はうまく動かない(うまいサンプルが作れなかったので1コマに絞るようプロンプトを改変)
https://scrapbox.io/files/6983778800c64593ca108125.webp
workflowのように縦長の潜在空間を与えてやるといい感じに4コマ区切ってくれる
https://scrapbox.io/files/69837798f2cca59902c90b8c.webp
よく見ると細かいところの指示追従確認としてあまりいいサンプルじゃなかった(余力ある時にガチャしなおす)morisoba65536.icon